Task.MemValue[PUT]



MemValue(Name As String,newValue As Variant)

Parameters

Name As String
Name of the variable as string.
newValue As Variant
Return value as variant.
ED
avaliable
RT
avaliable

Remarks

With "Task.MemValue("Name")=value" an internal variable is created and a value is assigned to it. There is no need to declare the variable before.

This variable can also be accessed from other tasks. So it allows the exchange of values between tasks.

See Also

Task